﻿2026-07-23T09:53:15.3076899Z ##[group]Run actions/checkout@v5
2026-07-23T09:53:15.3077381Z with:
2026-07-23T09:53:15.3077654Z   fetch-depth: 0
2026-07-23T09:53:15.3077997Z   repository: BigscreenVR/spt-bs-core
2026-07-23T09:53:15.3080870Z   token: ***
2026-07-23T09:53:15.3081161Z   ssh-strict: true
2026-07-23T09:53:15.3081461Z   ssh-user: git
2026-07-23T09:53:15.3081754Z   persist-credentials: true
2026-07-23T09:53:15.3082079Z   clean: true
2026-07-23T09:53:15.3082374Z   sparse-checkout-cone-mode: true
2026-07-23T09:53:15.3082711Z   fetch-tags: false
2026-07-23T09:53:15.3083023Z   show-progress: true
2026-07-23T09:53:15.3083315Z   lfs: false
2026-07-23T09:53:15.3083583Z   submodules: false
2026-07-23T09:53:15.3083893Z   set-safe-directory: true
2026-07-23T09:53:15.3084244Z   allow-unsafe-pr-checkout: false
2026-07-23T09:53:15.3084589Z ##[endgroup]
2026-07-23T09:53:15.4916578Z Syncing repository: BigscreenVR/spt-bs-core
2026-07-23T09:53:15.4917757Z ##[group]Getting Git version info
2026-07-23T09:53:15.4918469Z Working directory is 'C:\actions-runner\_work\spt-bs-core\spt-bs-core'
2026-07-23T09:53:15.5355489Z [command]"c:\program files\git\cmd\git.exe" version
2026-07-23T09:53:15.5571443Z git version 2.43.0.windows.1
2026-07-23T09:53:15.5597016Z ##[endgroup]
2026-07-23T09:53:15.5605422Z Copying 'C:\Users\decid\.gitconfig' to 'C:\actions-runner\_work\_temp\0eeac9ed-cf0a-49be-9d6b-09c5f350bb80\.gitconfig'
2026-07-23T09:53:15.5623756Z Temporarily overriding HOME='C:\actions-runner\_work\_temp\0eeac9ed-cf0a-49be-9d6b-09c5f350bb80' before making global git config changes
2026-07-23T09:53:15.5624728Z Adding repository directory to the temporary git global config as a safe directory
2026-07-23T09:53:15.5629792Z [command]"c:\program files\git\cmd\git.exe" config --global --add safe.directory C:\actions-runner\_work\spt-bs-core\spt-bs-core
2026-07-23T09:53:15.5901209Z [command]"c:\program files\git\cmd\git.exe" config --local --get remote.origin.url
2026-07-23T09:53:15.6110455Z https://github.com/BigscreenVR/spt-bs-core
2026-07-23T09:53:15.6136692Z ##[group]Removing previously created refs, to avoid conflicts
2026-07-23T09:53:15.6141359Z [command]"c:\program files\git\cmd\git.exe" rev-parse --symbolic-full-name --verify --quiet HEAD
2026-07-23T09:53:15.6356361Z refs/heads/main
2026-07-23T09:53:15.6386726Z [command]"c:\program files\git\cmd\git.exe" checkout --detach
2026-07-23T09:53:15.7004432Z HEAD is now at 2342fd63 Merge pull request #66 from BigscreenVR/build/daemon-lifecycle-w2
2026-07-23T09:53:15.8251008Z ##[endgroup]
2026-07-23T09:53:15.8255341Z [command]"c:\program files\git\cmd\git.exe" submodule status
2026-07-23T09:53:16.2237646Z ##[group]Cleaning the repository
2026-07-23T09:53:16.2243668Z [command]"c:\program files\git\cmd\git.exe" clean -ffdx
2026-07-23T09:53:25.8757161Z Removing .adapter-notify/
2026-07-23T09:53:25.8757626Z Removing target/
2026-07-23T09:53:25.8793066Z [command]"c:\program files\git\cmd\git.exe" reset --hard HEAD
2026-07-23T09:53:25.9572004Z HEAD is now at 2342fd63 Merge pull request #66 from BigscreenVR/build/daemon-lifecycle-w2
2026-07-23T09:53:25.9598437Z ##[endgroup]
2026-07-23T09:53:25.9603012Z ##[group]Disabling automatic garbage collection
2026-07-23T09:53:25.9608020Z [command]"c:\program files\git\cmd\git.exe" config --local gc.auto 0
2026-07-23T09:53:25.9867087Z ##[endgroup]
2026-07-23T09:53:25.9867529Z ##[group]Setting up auth
2026-07-23T09:53:25.9873601Z [command]"c:\program files\git\cmd\git.exe" config --local --name-only --get-regexp core\.sshCommand
2026-07-23T09:53:26.0206262Z [command]"c:\program files\git\cmd\git.exe" submodule foreach --recursive "sh -c \"git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :\""
2026-07-23T09:53:26.4485137Z [command]"c:\program files\git\cmd\git.exe" config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-07-23T09:53:26.4838894Z [command]"c:\program files\git\cmd\git.exe" submodule foreach --recursive "sh -c \"git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :\""
2026-07-23T09:53:26.9093867Z [command]"c:\program files\git\cmd\git.exe" config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-07-23T09:53:26.9342910Z [command]"c:\program files\git\cmd\git.exe" submodule foreach --recursive "git config --local --show-origin --name-only --get-regexp remote.origin.url"
2026-07-23T09:53:27.3423117Z [command]"c:\program files\git\cmd\git.exe" config --local http.https://github.com/.extraheader "AUTHORIZATION: basic ***"
2026-07-23T09:53:27.3760949Z ##[endgroup]
2026-07-23T09:53:27.3768763Z ##[group]Fetching the repository
2026-07-23T09:53:27.3769516Z [command]"c:\program files\git\cmd\git.exe" -c protocol.version=2 fetch --prune --no-recurse-submodules --unshallow origin +refs/heads/*:refs/remotes/origin/* +refs/tags/*:refs/tags/*
2026-07-23T09:53:28.8873192Z [command]"c:\program files\git\cmd\git.exe" branch --list --remote origin/main
2026-07-23T09:53:28.9230996Z   origin/main
2026-07-23T09:53:28.9257414Z [command]"c:\program files\git\cmd\git.exe" rev-parse refs/remotes/origin/main
2026-07-23T09:53:28.9472725Z 2342fd631f1feabcbd4405eac49da2e5c31beee5
2026-07-23T09:53:28.9493975Z ##[endgroup]
2026-07-23T09:53:28.9494306Z ##[group]Determining the checkout info
2026-07-23T09:53:28.9494682Z ##[endgroup]
2026-07-23T09:53:28.9499479Z [command]"c:\program files\git\cmd\git.exe" sparse-checkout disable
2026-07-23T09:53:28.9788418Z [command]"c:\program files\git\cmd\git.exe" config --local --unset-all extensions.worktreeConfig
2026-07-23T09:53:29.0021409Z ##[group]Checking out the ref
2026-07-23T09:53:29.0025876Z [command]"c:\program files\git\cmd\git.exe" checkout --progress --force -B main refs/remotes/origin/main
2026-07-23T09:53:29.0468231Z branch 'main' set up to track 'origin/main'.
2026-07-23T09:53:29.0468691Z Your branch is up to date with 'origin/main'.
2026-07-23T09:53:29.0468993Z Switched to and reset branch 'main'
2026-07-23T09:53:29.0492478Z ##[endgroup]
2026-07-23T09:53:29.0779021Z [command]"c:\program files\git\cmd\git.exe" log -1 --format=%H
2026-07-23T09:53:29.1047348Z 2342fd631f1feabcbd4405eac49da2e5c31beee5
